home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr01
/
jock.zip
/
TOTSRC11.ZIP
/
TOTBUILD.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1993-05-04
|
357b
|
26 lines
Program totBUILD;
{an "empty" program for rebuilding the entire Toolkit}
Uses totLOOK,
totREAL,
totSYS,
totINPUT,
totFAST,
totWIN,
totMSG,
totLINK,
totLIST,
totDIR,
totIO1,
totIO2,
totIO3,
totMENU,
totSTR,
totDATE,
totMISC,
totKEY;
begin
end.